home *** CD-ROM | disk | FTP | other *** search
- object FrmMeta: TFrmMeta
- Left = 134
- Top = 236
- BorderStyle = bsDialog
- Caption = 'Meta information'
- ClientHeight = 137
- ClientWidth = 400
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object lblName: TLabel
- Left = 8
- Top = 8
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = EditName
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblContent: TLabel
- Left = 8
- Top = 40
- Width = 37
- Height = 13
- Caption = '&Content'
- FocusControl = EditContent
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblHTTPEquiv: TLabel
- Left = 8
- Top = 72
- Width = 59
- Height = 13
- Caption = '&HTTP-Equiv'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblQuick: TLabel
- Left = 8
- Top = 104
- Width = 64
- Height = 13
- Caption = 'QuickButtons'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnOK: TButton
- Left = 304
- Top = 72
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 6
- end
- object btnCancel: TButton
- Left = 304
- Top = 104
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 7
- end
- object EditName: TEdit
- Left = 80
- Top = 8
- Width = 313
- Height = 21
- Hint = 'Name of property (eg for author information)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object EditContent: TEdit
- Left = 80
- Top = 40
- Width = 313
- Height = 21
- Hint = 'Content of property named above'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object btnProduct: TBitBtn
- Left = 80
- Top = 104
- Width = 49
- Height = 25
- Hint =
- 'Tell the world (or at least the dudes that read'#13'the META informa' +
- 'tion, e.g. Seach Bots) that'#13'you use Lorenz Graf'#39's HTMLtool :-)|'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = btnProductClick
- end
- object btnCharSet: TBitBtn
- Left = 128
- Top = 104
- Width = 49
- Height = 25
- Hint = 'Insert character set information'
- Caption = 'char &set'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = btnCharSetClick
- end
- object btnAuthor: TBitBtn
- Left = 176
- Top = 104
- Width = 49
- Height = 25
- Hint = 'Insert author information'
- Caption = '&author'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = btnAuthorClick
- end
- object cbHTTPEquiv: TComboBox
- Left = 80
- Top = 72
- Width = 201
- Height = 21
- Hint = 'Binds element to a respone header'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Refresh'
- 'Content-Type')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- end
-